home *** CD-ROM | disk | FTP | other *** search
/ The SelectWare System Volume 5 #4 / The SelectWare System Volume 5 #4.iso / wor10000 / swtdemo.bat < prev    next >
DOS Batch File  |  1993-11-29  |  410b  |  28 lines

  1. @echo off
  2. :start
  3. cls
  4. echo.
  5. echo.
  6. echo.
  7. echo.
  8. echo          Welcome to WordPerfect 6.0 for Windows 
  9. echo.
  10. echo.
  11. echo             1. Run WordPerfect 6.0 for Windows.
  12. echo             2. Exit
  13. echo.
  14. echo          Enter an option (1-2)
  15. query
  16.  
  17. if ERRORLEVEL 2 goto end
  18. if ERRORLEVEL 1 goto game
  19. echo Error!  Error!   Input not 1-2 try again
  20. pause
  21. goto start
  22.  
  23. :game
  24. demo.exe
  25. goto end
  26.  
  27. :end
  28.